home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / help.files / sources / fstab / access.sgml < prev    next >
SGML Document  |  1995-12-03  |  2KB

  1. <!doctype linuxdoc system>
  2. <article>
  3. <title>Accessing local and remote file systems
  4. <author>Introduction
  5.  
  6. <sect>Purpose
  7. <p>
  8.     <em/Linux/ manage all file-systems as a single large tree. This
  9.     is different from
  10.     <em/DOS/ which manage all hard drives and network volumes as a set
  11.     of independent unit (C: D: E:).
  12.  
  13.     The first partition accessed by <em/Linux/ is called the <em/root/.
  14.     The top-level directory is called <tt>/</tt>. The other
  15.     partitions (and network volumes) may be installed anywhere
  16.     in the file-system tree.
  17.  
  18.     For example, you can setup your <em/Linux/ system like this.
  19.  
  20.     <itemize>
  21.     <item>/D
  22.     <item>/E
  23.     <item>/servers/server1/vol1
  24.     <item>/servers/server1/vol2
  25.     <item>/servers/server2/apps
  26.     <item>/servers/server2/util
  27.     </itemize>
  28.  
  29.     These directories are called <em/"mount points"/. They are
  30.     initially empty. <em/Linux/ will logically install the
  31.     different partitions and volumes right there.
  32.  
  33.     All of this to tell you that you have to tell which
  34.     partitions/volumes go where.
  35.  
  36. <sect>Local drive
  37. <p>
  38.     Your computer may have several hard drive. Each one
  39.     may have several subdivisions. These are called partitions.
  40.     Each of those can be thought as a smaller hard drive.
  41.  
  42.     Unless told so, Linux won't access those partitions.
  43.  
  44.     So here you are.
  45.  
  46. <sect>NFS volume
  47. <p>
  48.     Most NFS server (Generally Unix server) have a list of
  49.     file systems available to user's workstation. You can
  50.     logically install one server volume in one empty directory, merely
  51.     extending the span of you local hard drives.
  52.  
  53.  
  54. <sect>Swap file and partitions
  55. <p>
  56.  
  57.     <em/Linux/ may have up to 16 swap spaces active at one time.
  58.     A swap space is used to extend your computer RAM. If you
  59.     don't have a swap, get one here.
  60.  
  61. </article>
  62.  
  63.